home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / lgdriver.exe / Disk1 / data1.cab / LG_USB_Modem / lgusbdiag.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2004-05-03  |  3.4 KB  |  105 lines

  1.  
  2. ;*****************************************************************************
  3. ; Name:  lgUsbDiag.inf (_MOON_)
  4. ;*****************************************************************************
  5.  
  6. [Version]
  7. signature="$WINDOWS NT$"
  8. Class=Ports
  9. ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
  10. Provider=%Provider%
  11. DriverVer="05/03/2004,4.1.0.0"
  12.  
  13. [ControlFlags]
  14. ExcludeFromSelect = *
  15.  
  16. [SourceDisksNames]
  17. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  18. 1=%DiskString%,"lgUsbDiag.sys",,
  19.  
  20. [SourceDisksFiles]
  21. ; filename = diskid[,[ subdir][, size]]
  22. lgUsbDiag.sys = 1
  23.  
  24.  
  25. ;-----------------------------------------------------------------------------
  26. ; Specify target paths...
  27. ;-----------------------------------------------------------------------------
  28.  
  29. [DestinationDirs]
  30. DefaultDestDir  = 12                 ; system32\drivers
  31. CopyFiles       = 12                    ; system32\drivers
  32. CopyFiles.Win2K = 12                    ;
  33.  
  34. ;-----------------------------------------------------------------------------
  35. ; Table of Contents
  36. ;-----------------------------------------------------------------------------
  37. [Manufacturer]
  38. %LGSI%=LGSI
  39.  
  40. ;-----------------------------------------------------------------------------
  41. ; Device-by-device entries
  42. ;-----------------------------------------------------------------------------
  43. [LGSI]
  44. ; For individual driver
  45. %Lgsi.Comm.Desc% = LGSI.Install, USB\VID_1004&PID_6000_DIAGInterface
  46.  
  47. ;-----------------------------------------------------------------------------
  48. ; Installation instructions
  49. ;-----------------------------------------------------------------------------
  50.  
  51. [Lgsi.Install.nt]
  52. AddReg        = Lgsi.AddReg,Lgsi.NT.AddReg
  53. CopyFiles    = CopyFiles, CopyFiles.Win2K
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ;  Registry
  57. ;-----------------------------------------------------------------------------
  58.  
  59. ; common registry entries 
  60. [Lgsi.AddReg]
  61. HKR,,NTMPDriver,,lgUsbDiag.sys
  62.  
  63. ; only for NT...
  64. [Lgsi.NT.AddReg]
  65. HKR,,PortSubClass,1,01
  66. HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
  67.  
  68. ;-----------------------------------------------------------------------------
  69. ;  Copy lists
  70. ;-----------------------------------------------------------------------------
  71. [CopyFiles]
  72.  
  73. [CopyFiles.Win2K]
  74. lgUsbDiag.sys
  75.  
  76. ;-----------------------------------------------------------------------------
  77. ;  NT Services installation
  78. ;-----------------------------------------------------------------------------
  79. [Lgsi.Install.NT.Services]
  80. AddService = UsbDiag, 0x00000002, Lgsi.Install.AddService
  81.  
  82. [Lgsi.Install.AddService]
  83. DisplayName    = %Lgsi.Service.Name%
  84. Description    = %Lgsi.Service.Desc%
  85. ServiceType    = 1            ;%SERVICE_KERNEL_DRIVER%
  86. StartType    = 3            ;%SERVICE_DEMAND_START%
  87. ErrorControl    = 1            ;%SERVICE_ERROR_NORMAL%    
  88. ServiceBinary    = %12%\lgUsbDiag.sys
  89.  
  90. ;-----------------------------------------------------------------------------
  91. ; STRINGS
  92. ;-----------------------------------------------------------------------------
  93. [Strings]
  94.  
  95. Provider = "LG Electronics Inc."
  96. Lgsi = "LG Electronics Inc."
  97.  
  98. DiskString = "LGE USB Serial Port Drivers installation disk"
  99. Lgsi.Comm.Desc = "LGE CDMA USB Serial Port"
  100. Lgsi.Service.Name = "LGE CDMA USB Serial Port"
  101. Lgsi.Service.Desc = "LGE CDMA USB Serial Port"
  102. CustomerDataPath = "LGE USB CDMA Diagnostic Kit"
  103. DriverSet = "LGE USB CDMA Modem Software"
  104.  
  105.